Fix run-with-locales invocation
authorSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 12:10:10 +0000 (12:10 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 13:54:31 +0000 (13:54 +0000)
Send non-option arguments to the child process.

Gbp-Dch: ignore

debian/rules
debian/tests/installed-tests

index 4b178508d2c7084269c92793670d1dcfdc38a6e7..52b2afd5df6179669b04bfeb3b0db31d2dc36b02 100755 (executable)
@@ -188,6 +188,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
                --generate en_GB.UTF-8 \
                --generate en_US.UTF-8 \
                --generate sv_SE \
+               -- \
        dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true
 endif
 
index 8848a5ae37431981a20651792df0956617f55c22..83b57ea25e1450514be06845d9c806094d9e383e 100755 (executable)
@@ -18,6 +18,7 @@ debian/run-with-locales \
     --generate en_GB.UTF-8 \
     --generate en_US.UTF-8 \
     --generate sv_SE \
+    -- \
 gnome-desktop-testing-runner \
 --report-directory="$AUTOPKGTEST_ARTIFACTS" \
 --tap \